home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_300
/
304_01
/
ie
< prev
next >
Wrap
Text File
|
1990-02-12
|
546b
|
34 lines
.. April 9, 1989 testing .if .ie .el .{ .}
.pl 20 \"to conserve paper
this a test of a comment \"this better no appear!
without it showing up!
.if 1 Here is text for a true .if line.
.if 0 here is text that should not appear with .if working.
.ie 0
.{ here
is a
bunch of text that
should not appear!
.} .el
.{ This text should
appear as result of
a compounded .ie - .el.
.}
.ce
THE END
Here is some error testing:
.el this is an unanticipated "else".
.} ???
.{ starting an unmatched bracket...
(EOF)